-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EventQA dependency #437
base: main
Are you sure you want to change the base?
EventQA dependency #437
Conversation
Before submitting PR#315 some code cleanup was performed (see note below). The fast jet directory was moved from StarGenerator/FastJetFilt to StarGenerator/FILT/FastJetFilt, to conform with the standard source tree layout for filters. 4f27034 625bbdd Conscript-standard directory rules allow one to specify include paths based on the module (StarGenerator) and package. The package is one directory beneath the module... before code cleanup this was the FastJetFilter directory. After cleanup, we have to apply the fast jet include path to all filters in the StarGenerator/FILT directory. ---- Note on the pp 200 HF filtered jet production. The production commenced with fast jet filter code built before code cleanup, based on the original location of the fast jet filter in the source tree.
demonstrate: root [0] .L bfc.C root [1] bfc(-1,"EventQA nodefault")
Thanks for pointing this out, @klendathu2k . I know from where this dependency comes. Please allow me the opportunity to resolve this dependency by removing it rather than supporting it by modifying BFC. |
Of course. Better to remove a dependency that isn't needed than to
support it.
…On 2022-11-12 00:33, Gene Van Buren wrote:
Thanks for pointing this out, @klendathu2k [1] . I know from where
this dependency comes. Please allow me the opportunity to resolve this
dependency by removing it rather than supporting it by modifying BFC.
--
Reply to this email directly, view it on GitHub [2], or unsubscribe
[3].
You are receiving this because you were mentioned.Message ID:
***@***.***>
Links:
------
[1] https://github.com/klendathu2k
[2]
#437 (comment)
[3]
https://github.com/notifications/unsubscribe-auth/ANL4LVA4ILABGETG3GWATFLWH4T4LANCNFSM6AAAAAAR47WRKQ
|
Hi Gene, do you have other findings? Shall we proceed with this PR or go with another approach? Thanks |
Hi, Xin
Is there a rush? I informed the people who are responsible for this dependency, but I haven't told them it is urgent, and I'd actually prefer to close this PR unmerged and wait for the proper solution to play out over the next several weeks (months).
Thanks,
-Gene
… On Nov 23, 2022, at 1:38 PM, Xin Dong ***@***.***> wrote:
Hi Gene, do you have other findings? Shall we proceed with this PR or go with another approach? Thanks
|
Gene, there is no rush. It is glad to hear that you are on top of this. We can follow on this later certainly. |
Just a heartbeat note here (don't close this) ... this is still on me to follow up. |
I believe this PR is resolved now. @klendathu2k , would you be OK with closing it? |
There is a MuDST dependency in the St_QA_Maker library that is not explicitly declared in the EventQA option. Propose to make the dependence explicit.
To demonstrate: